~ubuntu-branches/ubuntu/trusty/nodejs/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/2001_FHS_and_rename_to_nodejs.patch/doc/node.1

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-12-12 23:04:07 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20131212230407-xfa6gka4c6oatsx1
Tags: 0.10.23~dfsg1-1
* Upstream update.
* Refresh patches, remove 1005 patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
        type: bool  default: false
319
319
  --use_idle_notification (Use idle notification to reduce memory footprint.)
320
320
        type: bool  default: true
321
 
  --send_idle_notification (Send idle notifcation between stress runs.)
 
321
  --send_idle_notification (Send idle notification between stress runs.)
322
322
        type: bool  default: false
323
323
  --use_ic (use inline caching)
324
324
        type: bool  default: true
346
346
        type: bool  default: false
347
347
  --stop_sim_at (Simulator stop after x number of instructions)
348
348
        type: int  default: 0
349
 
  --sim_stack_alignment (Stack alingment in bytes in simulator (4 or 8, 8 is default))
 
349
  --sim_stack_alignment (Stack alignment in bytes in simulator (4 or 8, 8 is default))
350
350
        type: int  default: 8
351
351
  --trace_exception (print stack trace when throwing exceptions)
352
352
        type: bool  default: false
400
400
        type: bool  default: false
401
401
  --gdbjit_dump_filter (dump only objects containing this substring)
402
402
        type: string  default: 
403
 
  --force_marking_deque_overflows (force overflows of marking deque by reducing it's size to 64 words)
 
403
  --force_marking_deque_overflows (force overflows of marking deque by reducing its size to 64 words)
404
404
        type: bool  default: false
405
405
  --stress_compaction (stress the GC compactor to flush out bugs (implies --force_marking_deque_overflows))
406
406
        type: bool  default: false