[Webkit-unassigned] [Bug 96127] JSC: Fix some llint C++ interpreter bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 21:04:47 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96127





--- Comment #19 from Mark Lam <mark.lam at apple.com>  2012-09-07 21:05:02 PST ---
(In reply to comment #18)
> (From update of attachment 162930 [details])
> Something Sam mentioned today: One advantage of #define is that an ASSERT failure drops into the debugger inside the stack frame that caused the failure. Is there a way to support what you want to do, and still get the debugger to stop in the caller function?

In my implementation, it will drop into the WTFAssert(), and you can just go back up to its caller to see the function that failed the assertion.  To me, that gives me equivalent functionality.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list