[LLVMdev] Arbitrary bit width integers

Chris Lattner sabre at nondot.org
Mon Jun 18 12:05:49 PDT 2007


On Mon, 18 Jun 2007, Sandro Magi wrote:
> Where does the storage for large bit width integers come from? Are
> very large numbers heap allocated?

They are stored inline in whatever memory they are already embedded into.

-Chris

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



More information about the llvm-dev mailing list