Skip to content
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

Fix profile code (and possibly others) that call C functions to use "correct" macro #87

Open
andrewlow opened this issue Aug 14, 2013 · 1 comment

Comments

@andrewlow
Copy link
Collaborator

Looking at change a001954

It struck me that the code is making use of the Call() macro, but in fact it is calling an external C function. we may need to validate that it is always calling an external C function

As we work towards a more sane implementation of the ABI on Power, we may want to redirect some of these from Call() to CallCFunction().

@mtbrandy
Copy link
Collaborator

RegExpCEntryStub::Generate is another location to consider changing to use CallCFunction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants