Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
09555ce0
Kaydet (Commit)
09555ce0
authored
May 07, 2014
tarafından
Apostolos Syropoulos
Kaydeden (comit)
Michael Meeks
May 07, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid inlining of bridge functions on Solaris / Intel.
Change-Id: Id047044f86ca358c40a87bebde84453787ccec6d
üst
777b8f43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
cpp2uno.cxx
bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx
+1
-4
uno2cpp.cxx
bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
+1
-9
No files found.
bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx
Dosyayı görüntüle @
09555ce0
...
...
@@ -353,11 +353,8 @@ static typelib_TypeClass cpp_mediate(
* is called on incoming vtable calls
* (called by asm snippets)
*/
static
void
cpp_vtable_call
(
static
void
__attribute__
((
noinline
,
regparm
(
3
)))
cpp_vtable_call
(
int
nFunctionIndex
,
int
nVtableOffset
,
void
**
pCallStack
)
__attribute__
((
regparm
(
3
)));
void
cpp_vtable_call
(
int
nFunctionIndex
,
int
nVtableOffset
,
void
**
pCallStack
)
{
volatile
long
nRegReturn
[
2
];
typelib_TypeClass
aType
=
cpp_mediate
(
...
...
bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
Dosyayı görüntüle @
09555ce0
...
...
@@ -38,15 +38,7 @@ using namespace ::com::sun::star::uno;
namespace
{
void
callVirtualMethod
(
void
*
pAdjustedThisPtr
,
sal_Int32
nVtableIndex
,
void
*
pRegisterReturn
,
typelib_TypeClass
eReturnType
,
sal_Int32
*
pStackLongs
,
sal_Int32
nStackLongs
)
__attribute__
((
noinline
));
void
callVirtualMethod
(
static
void
__attribute__
((
noinline
))
callVirtualMethod
(
void
*
pAdjustedThisPtr
,
sal_Int32
nVtableIndex
,
void
*
pRegisterReturn
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment