To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47132
                  Issue #:|47132
                  Summary:|C++ UNO Bridges: Use executable memory for generated
                          |proxy code
                Component:|udk
                  Version:|680m92
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Mon Apr 11 01:12:58 -0700 
2005 -------
In bridges::cpp_uno::shared::VtableFactory::createBlock/flushCode, use
executable memory for the code snippets (and thus for the vtables also, although
this would not be necessary), and then generally use non-executable memory for
the heap.  (See, for example flushCode for msvc_win32_intel.)  Some new function
like rtl_allocateMemory(size, alloc_flags) is necessary in sal.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to