search for: loadfrommemori

Displaying 3 results from an estimated 3 matches for "loadfrommemori".

Did you mean: loadfrommemory
2008 Sep 16
2
[LLVMdev] tracing stack variables
I'm trying to discern whether or not stack variables are all accessible through ExecutionEngine.cpp . Initially , I targeted the 'alloca' function as the source for all stack accession data , but I think that the function is too basic : ie , the type data may not be easily accessible from that function's scope . So my next idea was to use ExecutionEngine , because when data is
2008 Sep 16
0
[LLVMdev] tracing stack variables
On 2008-09-16, at 19:01, Dane Napier van Dyck wrote: > I'm trying to discern whether or not stack variables are all > accessible through ExecutionEngine.cpp . > Initially , I targeted the 'alloca' function as the source for all > stack accession data , but I think that the function is too basic : > ie , the type data may not be easily accessible from that
2006 Jan 17
1
How to loop a Vobis sound ?
The sound file is played correctly for the first time, then when rewind to the initial position. then copy PCM to buffer, the OpenAL report an error. It seems like the OpenAL doesn't recognize the PCM data. The OpenAL error number : AL_INVALID_VALUE 0xA003 void Buffer::PCMData (ALuint id, ALenum eFormat, ALvoid *data, ALsizei size, ALsizei freq) { // Copy