From e2ad0e63077cc08c14edebae54925c50828cde3a Mon Sep 17 00:00:00 2001
From: Tuncer Ayaz
The gain is twofold: Firstly, although the garbage collector will - grow the heap, it will it grow it step by step, which will be more + grow the heap, it will grow it step by step, which will be more costly than directly establishing a larger heap when the process is spawned. Secondly, the garbage collector may also shrink the heap if it is much larger than the amount of data stored on it; @@ -172,7 +172,7 @@ days_in_month(M) ->
Shared sub-terms are not preserved when a term is sent
to another process, passed as the initial process arguments in
the
Here is an example of how a shared sub-term can be created:
@@ -237,8 +237,8 @@ trueThe SMP emulator (introduced in R11B) will take advantage of - multi-core or multi-CPU computer by running several Erlang schedulers +
The SMP emulator (introduced in R11B) will take advantage of a + multi-core or multi-CPU computer by running several Erlang scheduler threads (typically, the same as the number of cores). Each scheduler thread schedules Erlang processes in the same way as the Erlang scheduler in the non-SMP emulator.
-- cgit v1.2.3