Comment #2 on issue 4272 by [email protected]: SIGILL when running Emscripten compiled script with --always_opt --nodead_code_elimination --always_osr
https://code.google.com/p/v8/issues/detail?id=4272

It seems, the generated code for the function is simply too large. This causes safepoint offset (safepoints are emitted after the fucntion code) to be too large to fit in (kSafepointTableOffsetBitCount == 24) bits reserved in the code object for storing the offset.
I get the safepoint offset == 17751824 > (1 << 24).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to