-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apparently some compilers don't like my previous attempts to generate conditional alloca gcframes
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f769e41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On release-0.3, this looks like
Should completely replacing the above with the new
work correctly?
f769e41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not quite, there's another
JL_GC_PUSH1(&t);
above that needs to move, likely by cherry-picking 69b84e9 firstf769e41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yet another big grab-bag commit that doesn't backport cleanly. I don't know the right way to resolve any of these conflicts. Can you make PR's within the next few days for anything you think should be backported for 0.3.6 but hasn't been yet?