RESOLVED FIXED 101012
JSC: llint workaround for a toolchain issue
https://bugs.webkit.org/show_bug.cgi?id=101012
Summary JSC: llint workaround for a toolchain issue
Mark Lam
Reported 2012-11-01 20:07:37 PDT
Some toolchain doesn't like the way the llint is using a global label. Will work around it using a local label.
Attachments
Fix. (1.57 KB, patch)
2012-11-01 20:13 PDT, Mark Lam
msaboff: review+
Mark Lam
Comment 1 2012-11-01 20:13:52 PDT
Mark Lam
Comment 2 2012-11-01 20:15:17 PDT
Michael Saboff
Comment 3 2012-11-01 21:32:12 PDT
Comment on attachment 171980 [details] Fix. View in context: https://bugs.webkit.org/attachment.cgi?id=171980&action=review r+ > Source/JavaScriptCore/llint/LowLevelInterpreter.asm:750 > +.llint_op_resolve_start: Would it be better to call this .llint_op_resolve_local: instead?
Mark Lam
Comment 4 2012-11-01 21:43:50 PDT
I've changed the label to end with "_local" instead. Landed in r133265: <http://trac.webkit.org/changeset/133265>.
Note You need to log in before you can comment on or make changes to this bug.