Integer>>hex8

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Integer>>hex8

David T. Lewis
I would like to move Integer>>hex8 out of Kernel and back into VMMaker.
It has no obvious use elsewhere, and is specific to 32-bit word sizes.

Opinions?

The method was moved into trunk here:

  Name: Kernel-eem.690
  Author: eem
  Time: 20 May 2012, 11:45:51.817 am
 
  Add Integer>hex8.  Arguablty this should be an extension in
  VMMaker, but since hex isn't, this isn't either (historical).
  Refactor CompiledMethodTrailer to allow subclasses to
  instantiate classes other than CompiledMethod.
  Add CompiledMethod>referredInstVars

Thanks,
Dave


Reply | Threaded
Open this post in threaded view
|

Re: Integer>>hex8

Frank Shearar-3
On 29 April 2013 11:26, David T. Lewis <[hidden email]> wrote:

> I would like to move Integer>>hex8 out of Kernel and back into VMMaker.
> It has no obvious use elsewhere, and is specific to 32-bit word sizes.
>
> Opinions?
>
> The method was moved into trunk here:
>
>   Name: Kernel-eem.690
>   Author: eem
>   Time: 20 May 2012, 11:45:51.817 am
>
>   Add Integer>hex8.  Arguablty this should be an extension in
>   VMMaker, but since hex isn't, this isn't either (historical).
>   Refactor CompiledMethodTrailer to allow subclasses to
>   instantiate classes other than CompiledMethod.
>   Add CompiledMethod>referredInstVars

If it has no callers, I say go for it.

frank

> Thanks,
> Dave
>
>