From 18d7a44491eca2d429e6d468200da524a598d52b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 7 Sep 2011 19:00:01 +0400 Subject: Move README.symbian to 'doc' folder. --- doc/README.symbian | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/README.symbian (limited to 'doc') diff --git a/doc/README.symbian b/doc/README.symbian new file mode 100644 index 00000000..50658c31 --- /dev/null +++ b/doc/README.symbian @@ -0,0 +1,13 @@ +Instructions for Symbian: +1. base version: libgc 7.1 +2. Build: use libgc.mmp +3. Limitations +3.1.No multi-threaded support + +3.2. Be careful with limitation that emulator introduces: Static roots are not +dynamically accessible (there are Symbian APIs for this purpose but are just +stubs, returning irrelevant values). +Consequently, on emulator, you can only use dlls or exe, and retrieve static +roots by calling global_init_static_root per dll (or exe). +On target, only libs are supported, because static roots are retrieved by +linker flags, by calling global_init_static_root in main exe. -- cgit v1.2.1