[llvm-commits] [llvm] r48677 - in /llvm/trunk: include/llvm/System/Memory.h lib/System/Unix/Memory.inc

Duncan Sands baldrick at free.fr
Sat Mar 22 01:03:35 PDT 2008


> +      /// This method allocates a block of Read/Write memory.  This memory
> +      /// needs to have executable permissions set before it can be used
> +      /// to execute JIT'ed code.
> +      ///
> +      /// On success, this returns a non-null memory block, otherwise it returns
> +      /// a null memory block and fills in *ErrMsg.
> +      /// 
> +      /// @brief Allocate Read/Write/Execute memory.

OK!  Please ignore my previous email :)

Ciao,

Duncan.



More information about the llvm-commits mailing list