File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 187
187
188
188
< li > The C++ front-end now compiles functions to
189
189
< a href ="http://llvm.cs.uiuc.edu/PR29 "> use the linkonce linkage type</ a >
190
- more, giving the optimizer more freedom.</ a > </ li >
190
+ more, giving the optimizer more freedom.</ li >
191
191
192
192
< li > The C front-end now < a href ="http://llvm.cs.uiuc.edu/PR84 "> generates
193
193
type-safe code</ a > in several cases that it did not before, allowing
377
377
</ div >
378
378
379
379
< div class ="doc_text ">
380
-
381
380
< ul >
382
-
383
381
< li > C99 Variable sized arrays do not release stack memory when they go out of
384
382
scope. Thus, the following program may run out of stack space:
385
383
< pre >
388
386
foo(X);
389
387
}
390
388
</ pre > </ li >
391
-
392
389
</ ul >
390
+ </ div >
391
+
392
+ < div class ="doc_subsubsection ">
393
+ Bugs in 1.1 fixed in 1.2
394
+ </ div >
393
395
396
+ < div class ="doc_text ">
397
+ < ul >
398
+ < li > < a href ="http://llvm.cs.uiuc.edu/PR186 "> Need weak linkage on
399
+ memory-management functions in libc runtime to allow them to be
400
+ overridden</ a > </ li >
401
+ </ ul >
394
402
</ div >
395
403
396
404
<!-- _______________________________________________________________________ -->
You can’t perform that action at this time.
0 commit comments