[parrot/parrot] 27690c: [pcc] use the direct CallContext methods GH #1083
GitHub
noreply at github.com
Tue Aug 12 20:11:12 UTC 2014
Branch: refs/heads/pcc-gh1083
Home: https://github.com/parrot/parrot
Commit: 27690c765032fd0407764638cfb335bfa108ad0d
https://github.com/parrot/parrot/commit/27690c765032fd0407764638cfb335bfa108ad0d
Author: ZYROz <zyroz at users.noreply.github.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M src/call/args.c
M src/call/context.c
M src/call/pcc.c
Log Message:
-----------
[pcc] use the direct CallContext methods GH #1083
and do not use the CallContext vtable methods anymore.
also inline one Continuation_set_pointer call.
in fill_params() it is safe to use CallContext directly, as
it assumes either NULL or CallContext, but never PMCNULL.
all tests still passing, 1.63% faster.
Signed-off-by: Reini Urban <rurban at cpanel.net>
More information about the parrot-commits
mailing list