Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#83 closed enhancement (fixed)

Disable context switches

Reported by: dmik Owned by:
Priority: major Milestone: 0.8.6
Component: odin Version: 0.8.4
Severity: medium Keywords:
Cc:

Description

I have a guess that if we build a Win32 application from sources, we don't need to switch the FS register from the OS/2 TIB to the Win32 TIB and back. This is a continuation of the idea from #82 (which already eliminates the need to do this FS switch in order for SEH to work).

If we can get rid of this switch completely, we will get save ourselves from having a milky-way of function wrappers used to call OS/2 functions from the Win32 context (and the other way around). Getting rid of something is always good as it reduces chaos.

Change History (2)

comment:1 Changed 12 years ago by dmik

Resolution: fixed
Status: newclosed

It was actually a matter of r22010.

comment:2 Changed 12 years ago by Silvan Scherrer

Milestone: general enhancement0.8.6
Note: See TracTickets for help on using tickets.