[parrot/parrot] 7b7a01: [pcc] inline pcc_add_invocant and its attr accesso...
GitHub
noreply at github.com
Thu Aug 14 17:10:05 UTC 2014
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 7b7a0197e47aad8628762c7852f7f706711e6267
https://github.com/parrot/parrot/commit/7b7a0197e47aad8628762c7852f7f706711e6267
Author: ZYROz <zyroz at users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M src/call/pcc.c
Log Message:
-----------
[pcc] inline pcc_add_invocant and its attr accessor
Commit: 476dd48f80ef3593a8760f91e35a2915b2cb43f8
https://github.com/parrot/parrot/commit/476dd48f80ef3593a8760f91e35a2915b2cb43f8
Author: ZYROz <zyroz at users.noreply.github.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M lib/Parrot/Pmc2c/Method.pm
M lib/Parrot/Pmc2c/PMC.pm
Log Message:
-----------
[pmc2c] Faster CallContext ATTR accessors + non-static for GH #1083
Omit the obj check in the CallContext ATTR accessors.
Put CallContext non-static decl into .h as they are not static anymore,
so that we can call them now directly internally in src/call/*.c
to avoid VTABLE redirection for those.
work together with Reini Urban
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>
Commit: 87039a3c710dfbec524ffe39d6c554bf98c205a0
https://github.com/parrot/parrot/commit/87039a3c710dfbec524ffe39d6c554bf98c205a0
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-08-14 (Thu, 14 Aug 2014)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog for GH #1083
Commit: 524fe2c28fbd1f1815ddd8e7284560f04565e1a7
https://github.com/parrot/parrot/commit/524fe2c28fbd1f1815ddd8e7284560f04565e1a7
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-08-14 (Thu, 14 Aug 2014)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog for GSOC final evaluation
Commit: 0d1c5cbd9df8044a091700182980f59e48c80489
https://github.com/parrot/parrot/commit/0d1c5cbd9df8044a091700182980f59e48c80489
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-08-14 (Thu, 14 Aug 2014)
Changed paths:
M ChangeLog
M lib/Parrot/Pmc2c/Method.pm
M lib/Parrot/Pmc2c/PMC.pm
M src/call/args.c
M src/call/context.c
M src/call/pcc.c
Log Message:
-----------
Merge branch 'pcc-gh1083'
Tests on all machines pass, and on most machines it's a tiny perf. win.
Compare: https://github.com/parrot/parrot/compare/1f3b66fa452b...0d1c5cbd9df8
More information about the parrot-commits
mailing list