forked from bieli/garbage-collection--research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.txt
218 lines (106 loc) · 7.32 KB
/
links.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
http://pl.wikipedia.org/wiki/Dynamic_Language_Runtime
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.59.6238
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.13.443
http://www.coursehero.com/textbooks/45162-Garbage-Collection-Algorithms-for-Automatic-Dynamic-Memory-Management/
http://www.informatik.uni-trier.de/~ley/pers/hd/j/Jones:Richard_E=.html
http://dl.acm.org/citation.cfm?id=358226
http://dl.acm.org/citation.cfm?id=207164
http://dl.acm.org/citation.cfm?id=1029880
http://dl.acm.org/citation.cfm?id=1267867
http://www.cs.illinois.edu/homes/zilles/managed.html
http://pages.cs.wisc.edu/~zhong/hilldale_proposal.html
http://www.amazon.com/Garbage-Collection-Handbook-Management-Algorithms/dp/1420082795
http://dl.acm.org/citation.cfm?id=1100801
http://stackoverflow.com/questions/1011460/what-makes-ruby-slow
http://readwrite.com/2012/03/29/googles-go-programming-languag
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.861
http://www.java-samples.com/showtutorial.php?tutorialid=145
http://books.google.pl/books?id=l-R63bam508C&pg=PA195&lpg=PA195&dq=garbage+collections+in+dynamic+languages&source=bl&ots=0COCebcckv&sig=-S5EnrwCyjBdmHH0-_x70hITRHE&hl=pl&sa=X&ei=LaIiUdz4HI2ZhQfn8YHQAQ&redir_esc=y#v=onepage&q=garbage%20collections%20in%20dynamic%20languages&f=false
http://users.cms.caltech.edu/~mvanier/hacking/rants/scalable_computer_programming_languages.html
http://pointersgonewild.wordpress.com/
http://ezinearticles.com/?Memory-Leaks-and-Garbage-Collection&id=6885837
http://www.iecc.com/gclist/GC-faq.html
http://stackoverflow.com/questions/1611628/whats-wrong-with-mark-and-sweep-gcs
http://steve-yegge.blogspot.com/2008/05/dynamic-languages-strike-back.html
http://www.cs.washington.edu/education/courses/cse590p/12wi/
http://programmers.stackexchange.com/questions/113019/why-does-garbage-collection-only-sweep-the-heap
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.7359
http://www.memorymanagement.org/glossary/g.html
http://dl.acm.org/citation.cfm?id=1063598
http://en.wikipedia.org/wiki/Garbage_%28computer_science%29
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
http://www.bearcave.com/software/garbage.htm
http://programmers.stackexchange.com/questions/108546/is-there-a-need-for-garbage-collection-in-a-stack-based-language
http://www.techopedia.com/definition/1083/garbage-collection-gc-general-programming
http://msdn.microsoft.com/en-us/magazine/bb985010.aspx
http://www.coursehero.com/keyword/garbage-collection/
http://www.linkedin.com/skills/skill/Garbage_Collection
http://dl.acm.org/citation.cfm?id=1029879
http://www.cplusplus.com/forum/lounge/58813/
http://www.amazon.co.uk/Garbage-Collection-Algorithms-Automatic-Management/dp/0471941484
http://dsvensson.wordpress.com/2010/07/23/the-garbage-garbage-collector-of-python/
http://opensource.purplescout.se/wiki/orb
http://www.hpl.hp.com/personal/Hans_Boehm/gc/issues.html
http://msdn.microsoft.com/en-us/magazine/bb985011.aspx
http://stackoverflow.com/questions/4653473/relation-between-type-safety-and-practicality-of-garbage-collection
http://www.javaworld.com/javaworld/jw-10-2012/121010-jvm-performance-optimization-garbage-collection.html?page=3
http://www.ipipan.gda.pl/~marek/objects/faq/oo-faq-S-3.12.html
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.1835
http://programmers.stackexchange.com/questions/139134/do-all-functional-languages-use-garbage-collection
http://dl.acm.org/citation.cfm?id=236254
http://dl.acm.org/citation.cfm?id=2047859
http://dl.acm.org/citation.cfm?id=2307196&picked=prox&CFID=278419241&CFTOKEN=83829042
http://en.wikipedia.org/wiki/Boehm_garbage_collector
http://opendylan.org/documentation/intro-dylan/why-dylan.html
http://www.java-samples.com/showtutorial.php?tutorialid=283
http://cfbolz.de/
http://stackoverflow.com/questions/2444791/why-other-languages-dont-have-automatic-garbage-collection-similar-as-that-of-t
http://stackoverflow.com/questions/13411873/can-we-manually-operate-the-garbage-collector-in-c-or-c
http://stackoverflow.com/questions/9183197/whats-the-difference-between-memory-allocation-and-garbage-collection-please
http://msdn.microsoft.com/en-us/library/dd233052.aspx
http://rmod.lille.inria.fr/web/pier/Events/Dyla13
http://gcc.gnu.org/java/papers/nosb.html
http://dl.acm.org/citation.cfm?id=1244948
http://dl.acm.org/citation.cfm?id=362480
http://useless-factor.blogspot.com/2008/02/quick-intro-to-garbage-collection.html
http://www.karlin.mff.cuni.cz/network/prirucky/javatut/java/javaOO/garbagecollection.html
http://stackoverflow.com/tags/garbage-collection/hot?filter=all
http://books.google.pl/books?id=rh8GC7p0JTUC&pg=PA22&lpg=PA22&dq=garbage+collections+in+dynamic+languages&source=bl&ots=Ty1Hkzot2P&sig=d5DFFQhqlwJwX90-5zBB9_kGHvo&hl=pl&sa=X&ei=B5ciUbSJItSDhQfIs4D4BA&redir_esc=y
http://books.google.pl/books/about/Garbage_collection.html?id=UdtQAAAAMAAJ&redir_esc=y
http://thenextlanguage.net/unpacking-the-morendo-garbage-collection-system/
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.94.4774
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.131.7353
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.10.8942
http://lwn.net/Articles/469563/
http://c2.com/cgi/wiki?GarbageCollectionInCpp
http://stackoverflow.com/questions/5607017/java-jit-and-garbage-collector-efficiency
http://dl.acm.org/citation.cfm?id=604155
www.tylerburton.ca/tag/jvm/
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.2218
http://en.wikipedia.org/wiki/Objective-C
http://192.9.162.55/docs/books/performance/1st_edition/html/JPAppGC.fm.html
http://stackoverflow.com/questions/11993487/is-there-any-garbage-collector-absent-alternative-to-c
http://llvm.org/pubs/2003-05-05-LCTES03-CodeSafety.html
http://www.wiziq.com/tutorial/162242-6-087-11-Dynamic-memory-allocation-malloc-and-garbage-collection
http://www.leepoint.net/notes-java/background/60garbage_collection.html
http://www.statemaster.com/encyclopedia/Garbage-collection-%28computer-science%29
http://www.slideshare.net/eplawless/exception-safety-and-garbage-collection-and-some-other-stuff
http://stackoverflow.com/questions/7697495/language-without-explicit-memory-alloc-dealloc-and-without-garbage-collection
http://stackoverflow.com/questions/9952602/does-haskell-require-a-garbage-collector
http://www.amazon.com/Garbage-Collection-Algorithms-Automatic-Management/dp/0471941484
http://www.antlr.org/wiki/display/CS652/Memory+allocation+and+garbage+collection
http://stackoverflow.com/questions/1691059/why-doesnt-ada-have-a-garbage-collector
http://www.cs.kent.ac.uk/people/staff/rej/gc.html
http://www.researchgate.net/publication/24300297_Performance_analysis_of_garbage_collection_and_dynamic_reordering_in_a_Lisp_system
https://www.ideals.illinois.edu/handle/2142/19302
http://www.toolsjournal.com/it-design-and-development/item/129-garbage-collection
http://www.linuxjournal.com/article/6679
http://llvm.org/pubs/2005-02-TECS-SAFECode.html
http://www.javatutorialhub.com/java-garbage-collection.html
http://www.utdallas.edu/~ramakrishnan/Projects/GC_for_C/index.htm
http://prog21.dadgum.com/134.html
http://www.informatik.uni-marburg.de/~pgiarrusso/vm/topics.shtml
http://www.drdobbs.com/jvm/g1-javas-garbage-first-garbage-collector/219401061
https://developers.google.com/v8/design
http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29
http://news.ycombinator.com/item?id=3395466