[parrot/parrot] 4a1d5b: [cage] improve IMCC_debug_ins for headerizer
GitHub
noreply at github.com
Thu Mar 6 19:11:19 UTC 2014
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 4a1d5b24aed576cf10c93b81a367a049d73449a4
https://github.com/parrot/parrot/commit/4a1d5b24aed576cf10c93b81a367a049d73449a4
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-06 (Thu, 06 Mar 2014)
Changed paths:
M compilers/imcc/debug.c
M compilers/imcc/debug.h
M compilers/imcc/imc.h
Log Message:
-----------
[cage] improve IMCC_debug_ins for headerizer
the odd function format was not picked up by the headerizer
add pod also
INLINE to imc.h added by headerizer
Commit: cd859f3fe14239ef604fa9a98dc3b7a75506ed79
https://github.com/parrot/parrot/commit/cd859f3fe14239ef604fa9a98dc3b7a75506ed79
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-06 (Thu, 06 Mar 2014)
Changed paths:
M src/io/io_private.h
M src/io/pipe.c
M src/io/socket.c
M src/io/stringhandle.c
Log Message:
-----------
[cage] shim unused arguments in src/io/*.c
silence c++ compiler warnings
Commit: b63efa990a71b72dd24ab2bcee011934cae01d72
https://github.com/parrot/parrot/commit/b63efa990a71b72dd24ab2bcee011934cae01d72
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-06 (Thu, 06 Mar 2014)
Changed paths:
M src/pmc/key.pmc
Log Message:
-----------
[cage] key.pmc minor optimization
avoid default case integer key for get_type to reduce code size.
numbers cannot be keys.
better UNIMPLEMENTED error messages
Compare: https://github.com/parrot/parrot/compare/15db84b563f0...b63efa990a71
More information about the parrot-commits
mailing list