------- Additional Comments from Jan de Mooij [:jandem] <jdem...@mozilla.com>
The OSR-from-the-interpreter and bailout-to-interpreter code is unused now with
Baseline and Ion enabled and it's complicating stack refactoring work.
The attached patch removes it and disables Ion when Baseline is disabled.
------- Additional Comments from David Anderson [:dvander]
<dva...@alliedmods.net>
Review of attachment 752305:
-----------------------------------------------------------------
It begins!
bugzill...@mozilla.org
unread,
May 22, 2013, 6:13:55 AM5/22/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
------- Additional Comments from Jan de Mooij [:jandem] <jdem...@mozilla.com>
Forces a Baseline compile with --ion-eager, so that we can directly enter Ion.
This caught a (pre-existing) bug, patch for that coming up too.