|
Hi, I try to learn more about the region based memory management functionality of mlkit. How and when it can be used. So while looking for hints in this codebase I stumpled upon this README in the 'test_dev' directory. test_dev/README, there is this note: I read this term KAM (Kit Abstract Machine) somewhere in an older paper. Has this still some meaning? What does those example show excactly? Ben |
Replies: 2 comments
|
small note: I think this is also interesting #34 |
|
To get started with understanding the region based memory management scheme used in the MLKit, please consult the mlkit manual. The |
To get started with understanding the region based memory management scheme used in the MLKit, please consult the mlkit manual. The
test_devfolder is only relevant for compiler development and thepm-files are renamed intomlb-files. Also notice that the KAM backend (i.e., the bytecode backend) is no longer supported, which means that the KAM (Kit Abstract Machine) concept is purely conceptual.