[LLVMdev] LLVM memory management
Dmitri Gribenko
gribozavr at gmail.com
Sat Mar 22 13:44:12 PDT 2014
On Sat, Mar 22, 2014 at 8:35 PM, Taylor Bioniks <zeitue at gmail.com> wrote:
> C and C++ are type unsafe languages and have manual memory management so my
> questions are:
Despite having 'VM' in its name, LLVM is not a VM.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-dev
mailing list