Implemented a macro to have an alternative faster form of cloneSettingSlots:to:....
commit0e4efa6b40fc61a24154436a933774b96ec52267
authorBrian T. Rice <briantrice@gmail.com>
Sun, 25 Oct 2009 18:06:21 +0000 (25 11:06 -0700)
committerBrian T. Rice <briantrice@gmail.com>
Sun, 25 Oct 2009 18:06:21 +0000 (25 11:06 -0700)
tree39363a6ec3c01035a2dca6aee8662acf0b78a445
parentc266272462621cd44918064a0ba4d0a6e0084c2f
Implemented a macro to have an alternative faster form of cloneSettingSlots:to:. `setting:to: does not implement the clone phase, but expands the latter into cascade form notation. The speed increase is mainly due to avoiding an array allocation.
src/mobius/cascade.slate