|
i.e. dynamically typed languages are often implement in interpretation, because the overhead of type checking is not the bottleneck
|
Page | 6/16 | Date | 18.02.2022 | Size | 396.24 Kb. | | #58269 |
| 13516098i.e. dynamically typed languages are often implement in interpretation, because the overhead of type checking is not the bottleneck. Type error detection by the compiler is difficult.
Dynamic Type Binding
- When does the binding take place?
(How does one associate memory locations to variables? ) - Allocation - getting a cell from some pool of available cells.
- i.e. the process of binding a variable to a memory cell that is taken from a pool of available memory.
- Deallocation - putting a cell back into the pool.
- I.e. the process of unbinding a variable and placing its memory cell back in the pool of available memory.
Share with your friends: |
The database is protected by copyright ©ininet.org 2024
send message
|
|