[parrot/parrot] fdb2f7: add native get/setattributes to ops
GitHub
noreply at github.com
Wed Dec 12 19:43:42 UTC 2012
Branch: refs/heads/native_attrs
Home: https://github.com/parrot/parrot
Commit: fdb2f721fde7187d33e3435013cc24d61c7d9aed
https://github.com/parrot/parrot/commit/fdb2f721fde7187d33e3435013cc24d61c7d9aed
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
M src/ops/object.ops
Log Message:
-----------
add native get/setattributes to ops
This is a rebase of the branch whiteknight/native_attrs.
Add in getattribute and setattribute variants for native types.
Right now they do the same boxing/unboxing, but in the future they might be replaced
with real native attribute access.
Commit: 61dcc825f1289ffd9d0ef2a434d1a7496c411e85
https://github.com/parrot/parrot/commit/61dcc825f1289ffd9d0ef2a434d1a7496c411e85
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
M include/parrot/oplib/core_ops.h
M include/parrot/oplib/ops.h
M include/parrot/opsenum.h
M src/ops/core_ops.c
Log Message:
-----------
make bootstrap-ops for native_attrs
This needs to bump PBC_COMPAT if applied after 4.11.0
op_count went from 1129 to 1165
Compare: https://github.com/parrot/parrot/compare/fdb2f721fde7^...61dcc825f128
More information about the parrot-commits
mailing list