We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e269950 commit d3564baCopy full SHA for d3564ba
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