-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aix: embedded-builtins generated code doesn't compile #79
Comments
cc @nodejs/platform-aix |
@john-yan can you take a look at this. |
@mhdawson @refack We have found out that embedded builtins do not work correctly on Aix and they were temporarily disabled (for gn build) in this patch: https://chromium-review.googlesource.com/c/v8/v8/+/1168085 This change does not affect GYP build. |
@V-for-Vasili thanks. I will manually reflect this in the GYP scaffolding. I'd like to keep this issue open, so we'll track when/if this is actually solved. |
Fixed in nodejs/node#22920 |
Do we want to keep track of this, since it wasn't actually fixed, rather disabled as a temporary workaround? |
I think we can keep this closed. We will enable it when V8 does |
From my understanding from @V-for-Vasili the gap in AIX will result in slower code but not functional problems. Given that I think its ok to close and then things will speed up once we close the gap and the tests will be re-enabled when we either float the required changes or move up to a new v8 level. |
Not supporting embbeded builtins on AIX will become a deal breaker soon. We are planning to remove support for non-embedded builtins and that will break AIX. See https://bugs.chromium.org/p/v8/issues/detail?id=8043 |
Thanks for the update @hashseed. I'll reopen for more visibility. |
From talking with @V-for-Vasili we should see a PR to V8 to add support soon on AIX. |
It's done |
embedded_default.cc.txt
The text was updated successfully, but these errors were encountered: