Skip to content

Instantly share code, notes, and snippets.

class bar {}
diff --git a/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb b/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb
index a2416e2..cdeff0b 100644
--- a/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb
+++ b/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb
@@ -64,8 +64,8 @@ Namespace Microsoft.VisualBasic.CompilerServices
Return array.GetLength(dimension)
End Function
- Friend Shared Sub Array_Copy(ByVal sourceArray As System.Array, ByVal sourceIndex As Integer, ByVal destinationArray As System.Array, ByVal destinationIndex As Integer, ByVal length As Integer)
- System.Array.Copy(sourceArray, sourceIndex, destinationArray, destinationIndex, length)
public static UIImage[] GetImagesIOS6 (UIPasteboard pasteboard)
{
global::MonoTouch.UIKit.UIApplication.EnsureUIThread ();
if (pasteboard == null)
throw new ArgumentNullException ("pasteboard");
var arrayptr = global::MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (pasteboard.Handle, new global::MonoTouch.ObjCRuntime.Selector ("images").Handle);
if (arrayptr == IntPtr.Zero)
return null;
Module Module1
Sub Main()
Dim i() As Integer = New Integer() {}
Dim watch As New Stopwatch()
Dim aa, bb As Double
For z As Integer = 0 To 10
watch.Restart()
public class MyViewController : UIViewController {
public override void ViewDidLoad ()
{
base.ViewDidLoad ();
for (int i = 0; i < Int32.MaxValue; i++) {
DoStuffAsync();
}
}
@rolfbjarne
rolfbjarne / -
Created December 22, 2015 11:57
commit 76c41727f0da3ce4dda28663f856b7e6a06fdc6e
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Dec 22 11:42:46 2015 +0100
[mtouch] Don't pass -read_only_relocs to the linker if bitcode is enabled.
diff --git a/tools/mtouch/Application.cs b/tools/mtouch/Application.cs
index 317101c..521107c 100644
--- a/tools/mtouch/Application.cs
+++ b/tools/mtouch/Application.cs
@rolfbjarne
rolfbjarne / -
Created December 22, 2015 17:19
Archive: ios-cache.zip
Length Date Time Name
-------- ---- ---- ----
0 12-22-15 18:17 _ios-cache/
0 12-22-15 18:17 _ios-cache/Library/
0 12-22-15 18:17 _ios-cache/Library/Frameworks/
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/git/
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/git/bin/
diff --git a/builds/.gitignore b/builds/.gitignore
index 592aa50..f7174ce 100644
--- a/builds/.gitignore
+++ b/builds/.gitignore
@@ -29,4 +29,6 @@ install
watchsimulator
watchbcl
tvsimulator
+_ios-cache
+*.zip
@rolfbjarne
rolfbjarne / -
Created December 22, 2015 18:38
commit 7522a024cd866a618babb1239246bea4359c12f9
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Dec 22 19:38:18 2015 +0100
[mtouch] Specify the right triple when aot-compiling.
diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs
index cfd0f0d..1cab990 100644
--- a/tools/mtouch/mtouch.cs
+++ b/tools/mtouch/mtouch.cs
commit 7522a024cd866a618babb1239246bea4359c12f9
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Dec 22 19:38:18 2015 +0100
[mtouch] Specify the right triple when aot-compiling.
diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs
index cfd0f0d..1cab990 100644
--- a/tools/mtouch/mtouch.cs
+++ b/tools/mtouch/mtouch.cs