[LLVMdev] Being able to know the jitted code-size before emitting

Chris Lattner sabre at nondot.org
Wed Apr 16 16:47:21 PDT 2008


On Wed, 16 Apr 2008, Mike Stump wrote:
> On Apr 16, 2008, at 12:05 AM, Evan Cheng wrote:
>>
>> Are there machines where instructions may not be byte sized?
>
> Yes, but we will never care about them.  :-)  They are curiosities of
> history or of deeply embedded and specialized designs.

Depending on how you count, itanium instructions are either 128bit fixed 
or 42 bits each (IIRC).  We'd want to count the former way :)

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list