sbsv2/raptor/notes/epocnestedexceptions.txt
author Zheng Shen <zheng.shen@nokia.com>
Wed, 27 Oct 2010 19:38:12 +0800
changeset 665 2068325a5906
parent 591 22486c9c7b15
permissions -rw-r--r--
Merge: remove incorrect heard
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
Qt needs to be able to have more than one active exception object, even when
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
OOM (out-of-memory).
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
A detailed overview of the solution can be found at 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
http://wikis.in.nokia.com/Toolchain/QtExceptionHandling
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
In short, we add a new MMP flag keyword - EPOCNESTEDEXCEPTIONS. When this
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
keyword is specified, a different static run-time library is used.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10