mirror of https://github.com/lukechilds/node.git
Browse Source
Don't inline calls to node::DumpBacktrace() and fflush(), it makes the generated code bigger. A secondary benefit of moving it to a function is that it gives you something to put a breakpoint on. PR-URL: https://github.com/nodejs/node/pull/6734 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>v6.x
Ben Noordhuis
9 years ago
committed by
Jeremiah Senkpiel
3 changed files with 17 additions and 10 deletions
Loading…
Reference in new issue