There was an error while loading. Please reload this page.
1 parent ab9ea18 commit 983e101Copy full SHA for 983e101
src/backend/monomorph.md
@@ -10,7 +10,7 @@ execute.
10
Different languages handle this problem differently. For example, in some
11
languages, such as Java, we may not know the most precise type of value until
12
runtime. In the case of Java, this is ok because (almost) all variables are
13
-reference values anyway (i.e. pointers to a stack allocated object). This
+reference values anyway (i.e. pointers to a heap allocated object). This
14
flexibility comes at the cost of performance, since all accesses to an object
15
must dereference a pointer.
16
0 commit comments